home *** CD-ROM | disk | FTP | other *** search
- object NodeContainerForm: TNodeContainerForm
- Left = 266
- Top = 126
- Width = 434
- Height = 364
- Caption = 'List Test'
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'System'
- Font.Style = []
- FormStyle = fsMDIChild
- PixelsPerInch = 120
- Position = poDefault
- Visible = True
- OnClose = FormClose
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- TextHeight = 20
- object ItemCount: TLabel
- Left = 184
- Top = 48
- Width = 73
- Height = 20
- Alignment = taRightJustify
- end
- object AddRandomButton: TButton
- Left = 288
- Top = 8
- Width = 113
- Height = 41
- Caption = 'Add &Random'
- TabOrder = 2
- OnClick = AddRandomButtonClick
- end
- object RemoveButton: TButton
- Left = 289
- Top = 226
- Width = 113
- Height = 41
- Caption = 'Re&move'
- TabOrder = 6
- OnClick = RemoveButtonClick
- end
- object ClearButton: TButton
- Left = 289
- Top = 280
- Width = 113
- Height = 41
- Caption = '&Clear'
- TabOrder = 7
- OnClick = ClearButtonClick
- end
- object ListBox: TListBox
- Left = 16
- Top = 80
- Width = 241
- Height = 222
- IntegralHeight = True
- ItemHeight = 20
- Style = lbOwnerDrawFixed
- TabOrder = 1
- OnDrawItem = ListBoxDrawItem
- end
- object ListTypeCombo: TComboBox
- Left = 16
- Top = 8
- Width = 241
- Height = 28
- Style = csDropDownList
- ItemHeight = 20
- Items.Strings = (
- 'Unordered list'
- 'Ordered list'
- 'Binary Tree')
- TabOrder = 0
- OnChange = ListTypeComboChange
- end
- object AddButton: TButton
- Left = 288
- Top = 62
- Width = 113
- Height = 41
- Caption = '&Add'
- TabOrder = 3
- OnClick = AddButtonClick
- end
- object Load: TButton
- Left = 288
- Top = 117
- Width = 113
- Height = 41
- Caption = '&Load'
- TabOrder = 4
- OnClick = LoadClick
- end
- object SearchButton: TButton
- Left = 288
- Top = 171
- Width = 113
- Height = 41
- Caption = '&Search'
- TabOrder = 5
- OnClick = SearchButtonClick
- end
- end
-